Autogenerated HTML docs for v1.5.4-rc4 
diff --git a/RelNotes-1.5.4.txt b/RelNotes-1.5.4.txt index 97a9bd9..9c864c9 100644 --- a/RelNotes-1.5.4.txt +++ b/RelNotes-1.5.4.txt 
@@ -10,6 +10,9 @@  * As git-commit and git-status have been rewritten, "git runstatus"  helper script lost all its users and has been removed.   + * Curl library older than 7.10 is not supported by "git http-push", + as it does not work without CURLM. +    Deprecation notices  ------------------- @@ -360,8 +363,10 @@  * Recent versions of AsciiDoc 8 has a change to break our  documentation; a workaround has been implemented.   + * "git diff --color-words" colored context lines in a wrong color. +  --  exec >/var/tmp/1 -O=v1.5.4-rc3 +O=v1.5.4-rc4  echo O=`git describe refs/heads/master`  git shortlog --no-merges $O..refs/heads/master ^refs/heads/maint 
diff --git a/git-cherry-pick.html b/git-cherry-pick.html index a2a407f..e82deb9 100644 --- a/git-cherry-pick.html +++ b/git-cherry-pick.html 
@@ -299,7 +299,7 @@  <dd>   <p>   With this option, <tt>git-cherry-pick</tt> will let you edit the commit  - message prior committing.  + message prior to committing.   </p>   </dd>   <dt>  @@ -375,7 +375,7 @@  </div>   <div id="footer">   <div id="footer-text">  -Last updated 07-Jan-2008 07:50:06 UTC  +Last updated 21-Jan-2008 02:37:25 UTC   </div>   </div>   </body>  
diff --git a/git-cherry-pick.txt b/git-cherry-pick.txt index 3bcc12c..877ab66 100644 --- a/git-cherry-pick.txt +++ b/git-cherry-pick.txt 
@@ -24,7 +24,7 @@    -e|--edit:: 	With this option, `git-cherry-pick` will let you edit the commit -	message prior committing. +	message prior to committing.    -x:: 	When recording the commit, append to the original commit 
diff --git a/git-revert.html b/git-revert.html index adc071d..507db39 100644 --- a/git-revert.html +++ b/git-revert.html 
@@ -299,7 +299,7 @@  <dd>   <p>   With this option, <tt>git-revert</tt> will let you edit the commit  - message prior committing the revert. This is the default if  + message prior to committing the revert. This is the default if   you run the command from a terminal.   </p>   </dd>  @@ -357,7 +357,7 @@  </div>   <div id="footer">   <div id="footer-text">  -Last updated 07-Jan-2008 07:50:43 UTC  +Last updated 21-Jan-2008 02:37:25 UTC   </div>   </div>   </body>  
diff --git a/git-revert.txt b/git-revert.txt index 494fc7f..93e20f7 100644 --- a/git-revert.txt +++ b/git-revert.txt 
@@ -24,7 +24,7 @@    -e|--edit:: 	With this option, `git-revert` will let you edit the commit -	message prior committing the revert. This is the default if +	message prior to committing the revert. This is the default if 	you run the command from a terminal.    -m parent-number|--mainline parent-number::